Java Mine
ContentsIndexHome
PreviousUpNext
MineServer.EnqueueCommand Method
Syntax
Java
public void EnqueueCommand(long sensorID, byte[] commandFrame, Boolean isUrgent) throws Exception;

 

Queues sensor specific command to be sent down @param sensorID Numerical identifier of sensor to send command @param commandFrame Frame for command as returned by SensorBaseProfile class @param isUrgent Will set the urgent flag so that the command is broadcast when received by the gateway @throws Exception if sensor is not found

Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!